home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / clint156.zip / CBCPP20.BAT next >
DOS Batch File  |  1992-12-21  |  413b  |  12 lines

  1. @echo off
  2. rem (c) R&D Associates 1992.
  3. rem All Rights Reserved.
  4. rem
  5. rem This builds the Borland C++ 2.0 library. NOTE: it assumes that the compiler
  6. rem was installed in the default directory BORLANDC.
  7. rem
  8. echo CLint will complain about "malloc.h". This is not important, but
  9. echo that header file is not ANSI compliant. Press CTRL-C to stop.
  10. pause
  11. clint cbcpp20.c -I/borlandc/include -L cbcpp20 -x -w0
  12.